home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Information / Mac Programming Secrets 1.0.1 / Chapter 09 / Beeper / Beeper.c < prev   
C/C++ Source or Header  |  1992-05-19  |  31b  |  5 lines

  1. void main() {
  2.  
  3.     SysBeep(5);
  4.     
  5. }